home *** CD-ROM | disk | FTP | other *** search
/ Aplicaciones Windows / Aplicaciones Windows.iso / Negocios / OFFCVU21.ZIP / OV32V2.EXE / 0 / RCDATA / TSENDMSG / TSENDMSG.txt
Text File  |  1997-02-23  |  2KB  |  102 lines

  1. object SendMsg: TSendMsg
  2.   Left = 254
  3.   Top = 205
  4.   Width = 601
  5.   Height = 323
  6.   Caption = 'set at run time'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Memo1: TMemo
  18.     Left = 5
  19.     Top = 6
  20.     Width = 579
  21.     Height = 251
  22.     Lines.Strings = (
  23.       'Memo1')
  24.     ScrollBars = ssVertical
  25.     TabOrder = 0
  26.   end
  27.   object Send: TButton
  28.     Left = 300
  29.     Top = 264
  30.     Width = 87
  31.     Height = 25
  32.     Hint = 'Send message & exit'
  33.     Caption = '&Send'
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'System'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     TabOrder = 1
  42.     OnClick = SendClick
  43.   end
  44.   object PhoneMsg: TButton
  45.     Left = 482
  46.     Top = 264
  47.     Width = 87
  48.     Height = 25
  49.     Hint = 'Do a phone call message'
  50.     Caption = '&Phone Msg'
  51.     ParentShowHint = False
  52.     ShowHint = True
  53.     TabOrder = 2
  54.     OnClick = PhoneMsgClick
  55.   end
  56.   object Cancel: TButton
  57.     Left = 392
  58.     Top = 264
  59.     Width = 87
  60.     Height = 25
  61.     Hint = 'Close window without sending'
  62.     Caption = '&Cancel'
  63.     ParentShowHint = False
  64.     ShowHint = True
  65.     TabOrder = 3
  66.     OnClick = CancelClick
  67.   end
  68.   object x: TPanel
  69.     Left = 596
  70.     Top = 296
  71.     Width = 0
  72.     Height = 0
  73.     Caption = 'x'
  74.     TabOrder = 4
  75.     Visible = False
  76.   end
  77.   object PasteFromClip: TButton
  78.     Left = 106
  79.     Top = 264
  80.     Width = 87
  81.     Height = 25
  82.     Hint = 'Paste text from Windows Clipboard'
  83.     Caption = '&Paste'
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 5
  87.     OnClick = PasteFromClipClick
  88.   end
  89.   object CutToClip: TButton
  90.     Left = 11
  91.     Top = 264
  92.     Width = 87
  93.     Height = 25
  94.     Hint = 'Copy text to Windows Clipboard'
  95.     Caption = '&Copy'
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     TabOrder = 6
  99.     OnClick = CutToClipClick
  100.   end
  101. end
  102.